'Declaration
Public Overloads Sub WriteNode( _ ByVal node As Object, _ ByVal modellingTagsPredicate As Predicate(Of IEnumerable(Of String)) _ )
'Usage
Dim instance As UAModelClient Dim node As Object Dim modellingTagsPredicate As Predicate(Of IEnumerable(Of String)) instance.WriteNode(node, modellingTagsPredicate)
public void WriteNode( object node, Predicate<IEnumerable<string>> modellingTagsPredicate )
public: void WriteNode( Object^ node, Predicate<IEnumerable<String^>^>^ modellingTagsPredicate )
Parameters
- node
- The node on which the operation will be performed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - modellingTagsPredicate
- The operation will be performed only on members whose tags satisfy this predicate.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).